-
Notifications
You must be signed in to change notification settings - Fork 258
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
docker.pkg.github.com support? #285
Comments
Is there a workaround for this? |
Ok, the workaround is simple:
|
Seems like it is the expected behaviour of docker.pkg.github.com that you can only pull an image by tag but not sha. And Thx for the workaround! |
This apparently also breaks resources-types from being read from GitHub. Is there a any update on this issue? |
@qvistgaard refer to the link in my previous comment. Could you use tag when config the resource-types? |
It seems, that the image is uploaded, but then an error happens on trying to pull the image. Context is below.
My pipeline config is something like this:
When I try to pull locally, the command does not work:
But it does works with the tag. And you can see that the downloaded tag has the same sha:
The text was updated successfully, but these errors were encountered: