We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f29bb5f + fcd1075 commit 6cef762Copy full SHA for 6cef762
.github/workflows/update_manifester_image.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.QUAY_PASSWORD }}
28
29
- name: Build and push image to Quay
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
file: ./Dockerfile
33
push: true
0 commit comments