Questions tagged [ghcr]

33 questions
0
votes
2 answers

How do I pull a Github (ghcr.io) from Minikube?

I run docker pull ghcr.io/.../test-service Everything works just fine, however, when I try to use it in a deployment and apply the deployment to a Minikube instance I get... Warning Failed 14s (x4 over 93s) kubelet Error:…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
0 answers

How to push two different images with different tags to a single GitHub repository?

Let's say I have built two docker images on my local machine. One for .NET and one for React. Since they are different images, of course they can't both have the same tag. Let' say I have tagged them: ghcr.io/project/api ghcr.io/project/front And…
Hossein Fallah
  • 1,859
  • 2
  • 18
  • 44
0
votes
1 answer

Cannot pull from GitHub Packages from GitHub Actions

I am trying to set up a test with pulling from GHCR in GitHub Actions. According to the docs one shall use GITHUB_TOKEN. So I have the following setup: name: CI on: push env: REGISTRY: ghcr.io jobs: test: runs-on: ubuntu-latest …
abergmeier
  • 13,224
  • 13
  • 64
  • 120
1 2
3