From 313f59609162d0b3f5b96eb7880ab0e4533f0111 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Jun 2023 13:36:16 -0500 Subject: [PATCH] Update release.yml --- .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 0086a2e..be9fc03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: MULTIDIGEST=$(curl -s \ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ --header "Authorization: Bearer ${TOKEN}" \ - "https://ghcr.io/v2/${IMAGE}/manifests/${tag}" \ + "https://ghcr.io/v2/${IMAGE}/manifests/${TAG}" \ | jq -r 'first(.manifests[].digest)') DIGEST=$(curl -s \ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \