-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to push image to docker.pkg.github.com #148
Comments
In case local repository usage (like proposed in test documentation) everything works like a charm. In the time in case i will try to use "load: true" option (that way i have to switch 'push:false') i will also be able to push my images using normal docker push command |
In case of several tags current error: In case of single tag the error: |
@avgur This is a common issue (#127) with the deprecated GitHub Packages Docker Registry (aka |
Is there a solution to this problem available for people using GitHub Enterprise Server? |
@Fantaztig same issue here, did you find a solution? We are GH Enterprise Server new users and moving our workflow from open GH to it, and stuck in a simple docker creation image process… |
@crazy-max same issue here. Is there a solution for those of us on GitHub Enterprise Server? |
Error occurred while trying to push built image into docker.pkg.github.com
Behaviour
When using 'push' option with docker.pkg.github.com error occured, in the same time it is still possible to build with 'load' option and then manually push each tag into docker.pkg.github.com
Steps to reproduce this issue
Expected behaviour
image pushed into repository
Actual behaviour
action fails with an error:
failed to solve: rpc error: code = Unknown desc = failed commit on ref "layer-sha256:4766...": invalid content digest in response: invalid checksum digest format
Configuration
The text was updated successfully, but these errors were encountered: