diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be9fc03..e912f7e 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" \ + "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" \