mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-10 03:41:09 +01:00
Indent inline script correctly
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7359c9bf93
commit
6ebe844fc0
2
.github/workflows/dockerhub.yaml
vendored
2
.github/workflows/dockerhub.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user