From 0620fdb12c57a408325e59b1165fd7f98bcd73bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:48:47 +0800 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.3.0 to 6.4.0 (#307) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-pipy-nonroot.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pipy-nonroot.yml b/.github/workflows/build-pipy-nonroot.yml index 451ccb1b4..c0707d1f5 100644 --- a/.github/workflows/build-pipy-nonroot.yml +++ b/.github/workflows/build-pipy-nonroot.yml @@ -48,7 +48,7 @@ jobs: type=raw,${{ inputs.tag }}-debian - name: Build and Push - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.0 with: context: . file: ./dockerfiles/Dockerfile.pipy-debian @@ -93,7 +93,7 @@ jobs: type=raw,${{ inputs.tag }}-${{ matrix.id }} - name: Build and Push - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.0 with: context: . file: ./dockerfiles/Dockerfile.pipy-nonroot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6370d33e..7f8e20c0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Build and Push - ${{ matrix.id }} - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.0 with: context: . file: ./dockerfiles/Dockerfile.fsm-${{ matrix.id }} @@ -224,7 +224,7 @@ jobs: latest=auto - name: Build and Push - ${{ matrix.id }} - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.0 with: context: . file: ./dockerfiles/Dockerfile.demo