From 329e920c2e26159e1c31f508a38e23be3beb93e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:20:36 +0800 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.4.0 to 6.4.1 (#309) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.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 c0707d1f5..811017093 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.4.0 + uses: docker/build-push-action@v6.4.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.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.pipy-nonroot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f8e20c0c..a2f368b8c 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.4.0 + uses: docker/build-push-action@v6.4.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.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.demo