-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update publish.yml to build stable version #25
Conversation
After we have created the stable branch we still need to adjust the docker-compose.yml and add the version argument for the parent version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
You mean the Actually, I now believe we should track that in the repo itself. So the build-args would read from a repo-managed file – say |
Or better yet: track ocrd_all as a subrepo (without checkout or even recursive checkout of course). The same could be done for core in ocrd_manager. |
This all sounds like a lot of overhead than adding single build arg to docker-compose only in the stable branch. Btw cool there are ocrd/core version distinctions on Docker Hub now 😎 |
indeed, forgot about that. Let's use only that then! Currently, we pass VCS_REF and BUILD_DATE dynamically, and your new |
add yaml parser for docker-compose and parse stable VERSION arg to OCRD_ALL_VERSION
Solved it a bit differently but almost as good (since the current |
No description provided.