1 parent 7f725be commit 4c4ef5dCopy full SHA for 4c4ef5d
1 file changed
.github/workflows/publish-ghcr.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Tags already on GHCR (this push is not listed yet).
39
HTTP=$(curl -sS -o /tmp/ghcr-tags.json -w "%{http_code}" \
40
- -H "Authorization: Bearer ${GITHUB_TOKEN}" \
+ -u "${{ github.actor }}:${GITHUB_TOKEN}" \
41
"https://ghcr.io/v2/${IMAGE_LOWER}/tags/list?n=1000" || true)
42
if [ "${HTTP}" = "200" ] && [ -s /tmp/ghcr-tags.json ]; then
43
MAX_VER=$(
0 commit comments