Skip to content

Commit

Permalink
Indent inline script correctly
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
benbz and t3chguy authored May 8, 2024
1 parent 7359c9b commit 6ebe844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
images=""
for tag in ${TAGS}; do
images+="${tag}@${DIGEST} "
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}
Expand Down

0 comments on commit 6ebe844

Please sign in to comment.