From 9b1a2469b8c9a9dc384b6b1cf8cd1f9fb9c420f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:38:15 -0400 Subject: [PATCH] Bump docker/build-push-action from 6.8.0 to 6.9.0 (#44) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 9e04055..99bc40c 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -83,7 +83,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and push to Google Artifact Registry - uses: docker/build-push-action@v6.8.0 + uses: docker/build-push-action@v6.9.0 with: tags: ${{ inputs.tags }} cache-from: ${{ inputs.cache_from }}