From 9fda9fd2672f29c3bda342bd274aeaaa9f5b4db8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:31:21 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6.11.0 --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 168cb598..1e494b47 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -40,7 +40,7 @@ jobs: gcloud auth configure-docker us-docker.pkg.dev -q - name: Build and push Docker image - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.11.0 if: ${{ startsWith(github.ref, 'refs/tags') }} with: push: true