Github action cannot push the image to ghcr
Every time the action tries to build an image, it fails on pushing it to the registry. I haven't even done any customization to it yet.
7 Replies
GitHub
GitHub - krzychhoo/test-image
Contribute to krzychhoo/test-image development by creating an account on GitHub.
this is the repo
the error message seems to be different, but this is your issue https://blue-build.org/learn/troubleshooting/#ghcrio-denied-permission_denied-write_package
the
test-image
image name already exists on your account, so the new repo is not given permissions to write to itohhhh right i think i did once have
a repo called test-image
from the old ublue startpoint repo
@Luke Skywunker did you change the error message that's logged or the push method or something?
No, that's just the consequence of building with Docker in order to push the images I have to declare it in the build step because I'm using buildx.
I am working on a way to try to enhance the Docker logs to make them a little bit easier to read, because the current plain text form looks downright awful.