mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-10 16:17:18 +02:00
Update release.yml
This commit is contained in:
parent
fcfcbf034c
commit
313f596091
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
MULTIDIGEST=$(curl -s \
|
MULTIDIGEST=$(curl -s \
|
||||||
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
||||||
--header "Authorization: Bearer ${TOKEN}" \
|
--header "Authorization: Bearer ${TOKEN}" \
|
||||||
"https://ghcr.io/v2/${IMAGE}/manifests/${tag}" \
|
"https://ghcr.io/v2/${IMAGE}/manifests/${TAG}" \
|
||||||
| jq -r 'first(.manifests[].digest)')
|
| jq -r 'first(.manifests[].digest)')
|
||||||
DIGEST=$(curl -s \
|
DIGEST=$(curl -s \
|
||||||
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
||||||
|
Loading…
Reference in New Issue
Block a user