Indent inline script correctly

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/26817/head
Ben Banfield-Zanin 2024-05-08 16:56:45 +01:00 committed by GitHub
parent 7359c9bf93
commit 6ebe844fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
run: |
images=""
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}