We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451644 commit 73b18eaCopy full SHA for 73b18ea
.github/workflows/recreate-image.yml
@@ -40,7 +40,7 @@ jobs:
40
password: ${{ secrets.QUAY_ROBOT_TOKEN_K8S }}
41
42
- name: Build and push the latest images for multi-arch
43
- uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
44
with:
45
context: .
46
build-args: |
@@ -91,7 +91,7 @@ jobs:
91
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
92
93
- name: Build and push the latest images for multi-arch (Legacy)
94
95
96
97
0 commit comments