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 29bfd28 commit 3b42460Copy full SHA for 3b42460
.github/workflows/ci.yaml
@@ -139,7 +139,7 @@ jobs:
139
- name: Sign the published Docker image
140
if: github.event_name != 'pull_request'
141
env:
142
- TAGS: ${{ steps.meta.outputs.tags }} docker metadata tag1,tag2,tag3
+ TAGS: ${{ steps.meta.outputs.tags }}
143
DIGEST: ${{ steps.build-final.outputs.digest }}
144
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
145
0 commit comments