-
Notifications
You must be signed in to change notification settings - Fork 1
Ushcode/9/Add-docker-CI-and-version-checking #10
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
base: main
Are you sure you want to change the base?
Conversation
Ushcode
left a comment
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.
@gpeb2 not sure if the images will build in this env with the required maven credentials to pull from wherever necessary inside the container
Ushcode
left a comment
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.
@gpeb2 not sure if the images will build in this env with the required maven credentials to pull from wherever necessary inside the container
dead1a1 to
a897d65
Compare

simply change the top level VERSION file to
x.y.zorx.y.z-SNAPSHOT, github will write this to the pom and docker compose filesMerge will be blocked by the version checker if VERSION and the corresponding package files do not match a semver pattern with a valid increment to the version on main.
docker images will be built on push to main