Skip to content
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

Can't pull the docker image #41

Open
floitsch opened this issue Feb 14, 2024 · 5 comments
Open

Can't pull the docker image #41

floitsch opened this issue Feb 14, 2024 · 5 comments

Comments

@floitsch
Copy link

When trying to use the action, I get the following error:

Pull down action image 'ghcr.io/hapakaien/archlinux-package-action:2'
  /usr/bin/docker pull ghcr.io/hapakaien/archlinux-package-action:2
  Error response from daemon: Head "https://ghcr.io/v2/hapakaien/archlinux-package-action/manifests/2": denied
  Warning: Docker pull failed with exit code 1, back off 6.712 seconds before retry.
@quexten
Copy link

quexten commented Feb 17, 2024

@floitsch Did you find a solution to this in the meantime?

I'm having the same issue - it's breaking my release pipeline.

@quexten
Copy link

quexten commented Feb 17, 2024

Ok, seems the maintainer decided to rename their GitHub account, which breaks all of the ~40 CI pipelines on GitHub using this. Even just renaming the reference in the GitHub CI wasn't enough because of caching. I decided to just drop this action, but if you want to use it, renaming to ghcr.io/heyhusen/archlinux-package-action:2 will probably work.

@heyhusen
Copy link
Owner

heyhusen commented Feb 18, 2024

I'm very sorry, guys. As @quexten said, I just changed my username. I didn't expect this to cause so many problems. Now I know that my actions were irresponsible.

Once again, I am very sorry.

The latest version should fix this problem.

@quexten
Copy link

quexten commented Feb 18, 2024

Ah, sorry didn't mean to come off as blaming you just to be clear. I think it's GitHub's fault to allow this. Imo, CI images should just remain, even if the owning account gets renamed or deleted. But for some reason that's not what GitHub does.

Thanks for the update!

@floitsch
Copy link
Author

Thanks for the fix. I upgraded our workflow.
Couldn't test it yet, but I think we will do another release next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants