From 889b189452bae7627d73f24d11f3a6e4b856996d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:22:35 +0800 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.6.0 to 6.6.1 (#326) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 988235c2e..50333b75d 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.6.0 + uses: docker/build-push-action@v6.6.1 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.6.0 + uses: docker/build-push-action@v6.6.1 with: context: . file: ./dockerfiles/Dockerfile.pipy-nonroot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82d814c1d..c5becad26 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.6.0 + uses: docker/build-push-action@v6.6.1 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.6.0 + uses: docker/build-push-action@v6.6.1 with: context: . file: ./dockerfiles/Dockerfile.demo