mirror of https://github.com/vector-im/riot-web
Indent inline script correctly
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/26817/head
parent
7359c9bf93
commit
6ebe844fc0
|
@ -80,7 +80,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
images=""
|
images=""
|
||||||
for tag in ${TAGS}; do
|
for tag in ${TAGS}; do
|
||||||
images+="${tag}@${DIGEST} "
|
images+="${tag}@${DIGEST} "
|
||||||
done
|
done
|
||||||
cosign sign --yes ${images}
|
cosign sign --yes ${images}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue