mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-09 23:57:24 +02:00
Escape chars
This commit is contained in:
parent
8e344c5b27
commit
fc9071fb58
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
| jq -r '.token')
|
| jq -r '.token')
|
||||||
TAG=$(curl -s --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
TAG=$(curl -s --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
|
||||||
--header "Authorization: Bearer ${TOKEN}" \
|
--header "Authorization: Bearer ${TOKEN}" \
|
||||||
"https://ghcr.io/v2/${IMAGE}/tags/list?n=1000" \
|
"https://ghcr.io/v2/${IMAGE}/tags/list\?n\=1000" \
|
||||||
| jq -r '.tags[-1]')
|
| jq -r '.tags[-1]')
|
||||||
MULTIDIGEST=$(curl -s \
|
MULTIDIGEST=$(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