Skip to content

Commit 3b42460

Browse files
committed
fix: correct TAGS environment variable for Docker image signing
1 parent 29bfd28 commit 3b42460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Sign the published Docker image
140140
if: github.event_name != 'pull_request'
141141
env:
142-
TAGS: ${{ steps.meta.outputs.tags }} docker metadata tag1,tag2,tag3
142+
TAGS: ${{ steps.meta.outputs.tags }}
143143
DIGEST: ${{ steps.build-final.outputs.digest }}
144144
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
145145

0 commit comments

Comments
 (0)