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:
43
43
token=$(curl -sX GET \
44
44
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fungoogled-chromium%3Apull" \
45
45
| 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')
51
52
image_info=$(curl -sL \
52
53
--header "Authorization: Bearer ${token}" \
53
54
"https://ghcr.io/v2/${image}/blobs/${digest}")
You can’t perform that action at this time.
0 commit comments