From 8c0a8bedd48fff3dced967f0ed3727440c76e53c Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Jun 2023 14:38:10 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 495f8bb..4ff199d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,12 +57,12 @@ jobs: | jq -r '.tags[-1]') echo LATEST_TAG: $TAG MULTIDIGEST=$(curl -s \ - --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ + --header "Accept: application/vnd.oci.image.index.v1+json" \ --header "Authorization: Bearer ${TOKEN}" \ "https://ghcr.io/v2/${IMAGE}/manifests/${TAG}" \ | jq -r 'first(.manifests[].digest)') DIGEST=$(curl -s \ - --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \ + --header "Accept: application/vnd.oci.image.manifest.v1+json" \ --header "Authorization: Bearer ${TOKEN}" \ "https://ghcr.io/v2/${IMAGE}/manifests/${MULTIDIGEST}" \ | jq -r '.config.digest')