We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01b885 commit 4eb3bafCopy full SHA for 4eb3baf
.github/workflows/update-tags.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Fetch tags
48
run: |
49
skopeo list-tags --override-os linux \
50
- docker://${{ env.REGISTRY }}/${{ github.repository }} \|
+ "docker://${{ env.REGISTRY }}/${{ github.repository }}" |\
51
jq '.Tags | map(select(test("^[\\d.]+"))) | sort | reverse' |\
52
gomplate -f README.md.tpl -o README.md -d "data=stdin:?type=application/array%2Bjson"
53
0 commit comments