Skip to content

Commit e872060

Browse files
Bot Updating Templated Files
1 parent 0adae88 commit e872060

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/external_trigger.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ jobs:
4343
token=$(curl -sX GET \
4444
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fungoogled-chromium%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}")

0 commit comments

Comments
 (0)