From 2dcae37b73c6ece12aa71af76e70110ebcf99b87 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 14:44:51 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v3 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 229b913e..03fa262b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # tag=v1.7.0 - name: Build container images - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0 + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0 with: context: . tags: ${{ env.IMAGE_NAME }}:latest @@ -153,7 +153,7 @@ jobs: # We rebuild from the release commit, so promu has the correct Git metadata from the Git tag - name: Build and push container images if: ${{ steps.semantic-release.outputs.new_release_published == 'true' }} - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0 + uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0 with: # Use Path context, otherwise `.git` directory is not available for promu context: .