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 c8efbdb commit e26c580Copy full SHA for e26c580
.github/workflows/buildx-stage.yaml
@@ -116,7 +116,7 @@ jobs:
116
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
117
- name: build and push
118
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
119
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
120
with:
121
context: .
122
push: true
0 commit comments