We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044815 commit d89264bCopy full SHA for d89264b
.github/workflows/build_and_publish.yml
@@ -40,7 +40,7 @@ jobs:
40
gcloud auth configure-docker us-docker.pkg.dev -q
41
42
- name: Build and push Docker image
43
- uses: docker/build-push-action@v5.0.0
+ uses: docker/build-push-action@v5.1.0
44
if: ${{ startsWith(github.ref, 'refs/tags') }}
45
with:
46
push: true
0 commit comments