-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add actions to build and push images to Docker Hub #73
base: main
Are you sure you want to change the base?
Conversation
As discussed in ckan/ckan#8143 TODO: Decide when to trigger the builds
is it better to reference the latest ckan-X.Y image instead of a specific point release? IIUC the docker registry lets us update these links, users can get the latest by building and we don't need to update the tags inside the repo on every ckan-docker-base release. |
Maybe once a new release has been pushed to DockerHub ie: |
It's not clear we are using this, and they were installing a system-wide packaging package that could not be uninstalled when installing CKAN requirements: error: uninstall-distutils-installed-package Cannot uninstall packaging 21.3 ╰─> It is a distutils installed project and thus we cannot accurately...
… into build-push-actions
As discussed in ckan/ckan#8143, we want to automate the publication of artifacts as much as possible, in this case the building and pushing of CKAN Docker images to Docker hub.
This PR adds a new reusable workflow that is call for each CKAN version to build.
The actions work but there's stuff we need to decide before merging.