-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consider using GitHub Actions to build Docker images #65
Comments
I'd prefer using this over a private Drone CI installation or even Jenkins. Reasons:
|
Possibly useful info w.r.t. building multiple images: |
This might make it possible to only tag all images latest (#64) if all images are built successfully: Pseudo code:
|
Finally all builds work in the test branch: https://github.com/qurator-spk/ocrd-galley/actions/runs/4145656085 This just needs some polishing (setting the correct tags for a release), testing and then prebuilt images are finally usable again. |
Yeah, it's done by setting |
Done in test/github-actions! |
Our config of docker's meta-data-action should do this fine:
I've only tested the |
We currently just 1. call a few processor |
Now using GIT_COMMIT. It uses the |
#46 is now solved in a minimal way to make these images work. Going to add some documentation and then this is ready to be merged!! |
This is now merged! |
GitHub Actions is free for public repositories (unlike CircleCI and Travis CI).
edge
(or any other tag) instead oflatest
DRONE_COMMIT
The text was updated successfully, but these errors were encountered: