mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-21 22:34:29 +00:00
GITHUB_TOKEN can only write to the repository's package namespace.
Use ARTEFACT_REPOSITORY=${{ github.repository }} so pushes go to
ghcr.io/owner/repo/cached-tarballs/ and avoid permission_denied:
write_package.
Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>