Replies: 1 comment
-
I tried this again with a smaller Apptainer container and it worked
This suggests that the authentication is okay, and I am running the correct command. However, my original container still fails. The push will hang for hours
Besides the container size, I'm not sure what is different. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I am following the instructions at https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pushing-container-images to login to the container registry and then push a Docker image. The login appears to work with a classic token. Many layers are pushed. Then, everything hangs for 10s of minutes.
I also tried pushing an Apptainer .sif file by adapting the instructions to use
oras://ghcr.io
and experience the same thing. There is a progress bar that reaches 100% upload progress, and then it gets stuck.What could this indicate? I made a new token and verified it has
write:packages
enabled.Beta Was this translation helpful? Give feedback.
All reactions