-
Notifications
You must be signed in to change notification settings - Fork 72
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
Issue712 service deployment #723
Conversation
Cleanup exisiting bash scripts For tags no longer using "-service" and just using the boptest tag name for both boptest library and the web and worker images.
Merging PR to development branch for further testing
@tijcolem I opened up this new PR to test changes on a development branch within the ibpsa repo. |
Thanks @dhblum. Looks like it's working now. |
Alright! Before merging I want to wait for our travis unit tests to pass. But, what are next steps to publish an image for tag v0.7.0 in order to then deploy? I suppose we need to invoke the Action for an already-tagged version? |
@dhblum Before tagging, I would suggest to merge to develop or create branch named "experimental" to test pushing the docker images to the github packages. Once that is good, we are good to tag. |
This PR is for #712 and in place of PR #722 for further testing.