From 047ff1d1aef6f99a05f5fd3f25ed2dea8ba0bbbd Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Jun 2023 14:08:23 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f0fb40..495f8bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,8 +53,9 @@ 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]') + echo LATEST_TAG: $TAG MULTIDIGEST=$(curl -s \ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ --header "Authorization: Bearer ${TOKEN}" \