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 18f13cf commit 56a8446Copy full SHA for 56a8446
.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@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.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