-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
why is push disabled on your dockerbuild? #353
Comments
There are two docker image build jobs in CI/CD. The one that you linked is a job titled camply/.github/workflows/docker.yaml Line 45 in b110eea
The second job is titled camply/.github/workflows/publish.yaml Lines 72 to 77 in 6a00c1b
|
Ah! You're still using Docker Hub! Would it be possible to also push to GitHub Packages? I was looking for one, didn't find one, and ended up making my own. Would much rather prefer to stay on the upstream image. |
Yep, publishing to Docker Hub is part of the release process: https://hub.docker.com/r/juftin/camply I'd consider using the GitHub Docker Container Registry, but would probably prefer just to use a single registry. Any reason why you prefer to pull an image from GitHub instead of Docker Hub? |
I just didn't see it on the RHS (packages) and there was no mention of docker in the readme.md |
Describe the bug
camply/.github/workflows/docker.yaml
Line 45 in b110eea
The text was updated successfully, but these errors were encountered: