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 45f019f commit a451644Copy full SHA for a451644
.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
+ uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.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