From fc9071fb58726e6e23d1fa6f3e9125758797a85c Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Jun 2023 14:00:14 -0500 Subject: [PATCH] Escape chars --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e912f7e..9f0fb40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" \