Skip to content

Commit

Permalink
Update multi-build.yaml (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger authored Oct 10, 2024
1 parent 7ca05eb commit e6fed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
run: |
images=""
for tag in ${TAGS}; do
images+="${tag}@${DIGEST_0}"
images+="${tag}@${DIGEST_0} "
done
cosign sign --recursive --yes --key env://COSIGN_PRIVATE_KEY ${images}
env:
Expand Down

0 comments on commit e6fed41

Please sign in to comment.