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 34a0eec commit 18f13cfCopy full SHA for 18f13cf
.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@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
+ uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
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