We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29bb5f commit fcd1075Copy full SHA for fcd1075
.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