github / gh-valet

Valet helps facilitate the migration of Azure DevOps, CircleCI, GitLab CI, Jenkins, and Travis CI pipelines to GitHub Actions.
MIT License
510 stars 35 forks source link

[Support]: Support required #66

Closed avatar321 closed 2 years ago

avatar321 commented 2 years ago

What operating system are you using?

What version of the tool are you using?

gh version 2.14.3 (2022-07-26) gh valet github/gh-valet v0.1.12

What happened?

[platform@dgm010af8 ~]$ docker pull ghcr.io/valet-customers/valet-cli:latest Error response from daemon: denied

I work for Albertson's and its GitHub enterprise customer, I was trying to pull docker image however it was throwing above error.

Relevant log output

[platform@dgm010af8 ~]$ docker pull ghcr.io/valet-customers/valet-cli:latest
Error response from daemon: denied

Looks like unauthorized user

Code of Conduct

luke-engle commented 2 years ago

Hi @avatar321! 👋

Have you followed the steps here to authenticate with the GitHub docker container registry?

If so, you should be able to run echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin and get a successful login response

ethanis commented 2 years ago

@avatar321 I'm going to mark this issue as stale. If you're still having issues authenticating with Valet then please reopen 🙏