uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
683 stars 152 forks source link

Switch from the Docker Registry to the Container Registry #51

Closed sgallagher closed 3 years ago

sgallagher commented 3 years ago

Github no longer uses docker.pkg.github.com and is now using ghcr.io for container storage. As a result, all consumers of this action using the GITHUB_TOKEN option are broken.

https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry

uraimo commented 3 years ago

Thanks for pointing this out, didn't know, fixed in 2.1.0.