try with a PAT
Some checks failed
Check / check (push) Successful in 3m38s
Build Images / build (push) Failing after 1m7s

This commit is contained in:
Joakim Repomaa
2026-02-22 18:08:08 +02:00
parent 833e59a0d5
commit d658697803

View File

@@ -27,7 +27,7 @@ jobs:
# Push aarch64 image
skopeo copy \
--insecure-policy \
--dest-creds "${{ github.repository_owner }}:${{ secrets.GITEA_TOKEN }}" \
--dest-creds "${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}" \
"docker-archive:./image-aarch64.tar.gz" \
"docker://${REGISTRY}/${{ github.repository }}/node:latest-arm64"