-
Notifications
You must be signed in to change notification settings - Fork 116
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
Publishing docker image fails #771
Comments
@shine2lay could you double check this please? |
@Ch4s3r the all those secrets have been set long time ago, I double checked. I wasn't able to identify if it starts with |
@shine2lay Is there a chance that we could renew them somehow? |
Do we know who set them up? |
Tested creating a new docker image with buildpack in the release pipeline on my fork and there it worked.
Seems like something is not right with the docker credentials here maybe?
Fork log
Link to release log
This projects release log
Link to release log
I have these secrets configured:
My
DOCKER_TOKEN
secret has this format:dckr_pat_....
Not really sure what causes this, as the docker login succeeds but the buildpack analyzer fails to authenticate, but it should use the same credentials as the docker login.
The text was updated successfully, but these errors were encountered: