Skip to content

Commit 4eb3baf

Browse files
committed
ci: fix shell linebreak
1 parent d01b885 commit 4eb3baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Fetch tags
4848
run: |
4949
skopeo list-tags --override-os linux \
50-
docker://${{ env.REGISTRY }}/${{ github.repository }} \|
50+
"docker://${{ env.REGISTRY }}/${{ github.repository }}" |\
5151
jq '.Tags | map(select(test("^[\\d.]+"))) | sort | reverse' |\
5252
gomplate -f README.md.tpl -o README.md -d "data=stdin:?type=application/array%2Bjson"
5353

0 commit comments

Comments
 (0)