try with a PAT
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
# Push aarch64 image
|
# Push aarch64 image
|
||||||
skopeo copy \
|
skopeo copy \
|
||||||
--insecure-policy \
|
--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-archive:./image-aarch64.tar.gz" \
|
||||||
"docker://${REGISTRY}/${{ github.repository }}/node:latest-arm64"
|
"docker://${REGISTRY}/${{ github.repository }}/node:latest-arm64"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user