Escape chars

This commit is contained in:
Antony Messerli 2023-06-10 14:00:14 -05:00 committed by GitHub
parent 8e344c5b27
commit fc9071fb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ jobs:
| jq -r '.token')
TAG=$(curl -s --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
--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]')
MULTIDIGEST=$(curl -s \
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \