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 c07a6a1 commit a724ce2Copy full SHA for a724ce2
1 file changed
.github/workflows/external_trigger.yml
@@ -45,11 +45,13 @@ jobs:
45
| jq -r '.token')
46
multidigest=$(curl -s \
47
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
48
+ --header "Accept: application/vnd.oci.image.index.v1+json" \
49
--header "Authorization: Bearer ${token}" \
50
"https://ghcr.io/v2/${image}/manifests/${tag}" \
51
| jq -r 'first(.manifests[].digest)')
52
digest=$(curl -s \
53
54
55
56
"https://ghcr.io/v2/${image}/manifests/${multidigest}" \
57
| jq -r '.config.digest')
0 commit comments