-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error response from daemon: Head "https://ghcr.io/v2/catthehacker/ubuntu/manifests/act-latest": denied: denied #1248
Comments
Also have this issue :) |
Unexpected, github has started to enforce authenticated pull for ghcr. No changelog, nothing. During the past months you could do unauthenticated pulls.
I think our pipeline might be broken now... |
We can switch back to DockerHub |
This is for all images? Feel like this is a pretty major change to go unannounced. Guess I'll be adding my PAT for now. |
GitHub sometimes (un)intentionally makes (major) breaking changes |
This change seems to be reverted again. |
I still get unauthorised but I know from someone that GH is having a really fun time today with GHCR |
|
Thanks, that resolved it. |
As discussed in nektos#1248 , the images for this tool are now hosted in `ghcr.io` which (apparently) no longer allows unauthenticated pulls. This PR adds some documentation around how to login to `ghcr.io` as well as mentions the error that occurs if you are not in order to help new users get over this stumbling block. New contributor here, just wanted to say thanks to all the contributors for making this project. ❤️ I'm looking forward to a large reduction in the number of `fix: fmt` and `fix: linting` commits in my PRs now that I can run my workflows locally. 😂
I have opened a PR to document this requirement for new users. #1270 |
I was encountering this issue because my PAT for ghcr.io had expired. Running |
The solution is to add a
There is no need to define |
Bug report info
Command used with act
Describe issue
I expect for act to download the runner image medium.
Link to GitHub repository
No response
Workflow content
This is for the initial run of act, I'm not at this step yet.
Relevant log output
./bin/act [release/release] 🚀 Start image=ghcr.io/catthehacker/ubuntu:act-latest [release/release] 🐳 docker pull image=ghcr.io/catthehacker/ubuntu:act-latest platform= username= forcePull=false [release/release] 🏁 Job succeeded Error: Error response from daemon: Head "https://ghcr.io/v2/catthehacker/ubuntu/manifests/act-latest": denied: denied
Additional information
No response
The text was updated successfully, but these errors were encountered: