-
Notifications
You must be signed in to change notification settings - Fork 184
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
[CI] Push images to GitHub Container registry too #456
Conversation
@cboettig For now, no new tags have been added to images prior to R 4.1.3. How do you think it? |
Looks reasonable to me. We might want to push the older tags as well for completeness but probably not a priority. Does this need any further config on my end for the GH registry? |
No secret or other settings are required, but additional steps would have been needed to make the images registered in the registry public (should be after the package is first registered...). |
I triggered the extra build workflow by hand (to build dev-osgeo) and it works! |
In the end, no additional steps were needed. |
this is fantastic. Excellent work, thanks @eitsupi ! |
Close #371
Add tags like
ghcr.io/rocker-org/r-ver:latest
to push the same images to GitHub Container registry as to DockerHub.Of course, the GitHub Actions workflow files also need a little updating to push images to ghcr.