File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ jobs:
4343 token=$(curl -sX GET \
4444 "https://ghcr.io/token?scope=repository%3Alinuxserver%2Fmysql-workbench%3Apull" \
4545 | jq -r '.token')
46- digest=$(curl -s \
47- --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
48- --header "Authorization: Bearer ${token}" \
49- "https://ghcr.io/v2/${image}/manifests/${tag}" \
50- | jq -r '.config.digest')
46+ digest=$(curl -s \
47+ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
48+ --header "Accept: application/vnd.oci.image.manifest.v1+json" \
49+ --header "Authorization: Bearer ${token}" \
50+ "https://ghcr.io/v2/${image}/manifests/${tag}" \
51+ | jq -r '.config.digest')
5152 image_info=$(curl -sL \
5253 --header "Authorization: Bearer ${token}" \
5354 "https://ghcr.io/v2/${image}/blobs/${digest}")
You can’t perform that action at this time.
0 commit comments