diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index eb926354..168cb598 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@v5.3.0 + uses: docker/build-push-action@v6.7.0 if: ${{ startsWith(github.ref, 'refs/tags') }} with: push: true