Add docker build to github action #1415
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://travis-ci.org stopped building code in June, so this should be removed. Github actions does the same and more anyway.
Adding docker build into github actions, it would be good if this repository could move to use that as its docker container publishing method, as then all CI will be managed by one system.
The helm chart shouldn't default to use the "latest" docker container, as that hasn't been build since May 19th anyway, I've reverted this back to use the chart appVersion (it was using this previously)
Fixes:
#1403
#1372