#GitHub Actions can't pull down getsentry/action-release

4 messages · Page 1 of 1 (latest)

maiden sorrel
#

Just added https://github.com/getsentry/action-release to my actions workflows but for some reason my self-hosted runners can't pull the docker image?

$ /usr/bin/docker pull ghcr.io/getsentry/action-release-image:3.1.1
  Error response from daemon: Head "https://ghcr.io/v2/getsentry/action-release-image/manifests/3.1.1": denied: denied

Any ideas why? Surely it doesn't need any sort of login credentials?

GitHub

GitHub Action for creating a release on Sentry. Contribute to getsentry/action-release development by creating an account on GitHub.

trail haven
#

@vapid raft can you take a look?

vapid raft
#

Hi, hm not sure why that's happening. I tried it on my Mac just now:

/tmp docker pull ghcr.io/getsentry/action-release-image:3.1.1
3.1.1: Pulling from getsentry/action-release-image
6e771e15690e: Already exists 
cdaa9ad1194b: Pull complete 
39cf66406b72: Pull complete 
c9177602ed83: Pull complete 
9f188afbb357: Pull complete 
2a9e01121fbf: Pull complete 
bd745b476cfb: Pull complete 
41f06c7efdbc: Pull complete 
4522c489dae2: Pull complete 
b72b22f06ab2: Pull complete 
26624fd6a7d9: Pull complete 
Digest: sha256:aa8225a55abe4f062f89d1595b47940c9742f3b0d3bef67630b9c76e6071ba27
Status: Downloaded newer image for ghcr.io/getsentry/action-release-image:3.1.1
ghcr.io/getsentry/action-release-image:3.1.1

What's next:
    View a summary of image vulnerabilities and recommendations → docker scout quickview ghcr.io/getsentry/action-release-image:3.1.1
#

What runner are you using for your github action?