Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-12-10 04:54:48 +00:00
parent 2fa0735921
commit e8b895a5b5
No known key found for this signature in database

View file

@ -45,6 +45,7 @@ jobs:
| jq -r '.token')
digest=$(curl -s \
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
--header "Accept: application/vnd.oci.image.manifest.v1+json" \
--header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/${image}/manifests/${tag}" \
| jq -r '.config.digest')