Skip to content

Continuous Integration

Ryan Govostes edited this page Apr 23, 2020 · 2 revisions

Build

See the Actions tab for recent continuous integration build logs. See the .github/workflows directory for workflow files.

On pull request

A new Docker container image is built and Sealog's test suite is run.

On push

All of the above, plus the image is pushed to Docker Hub if all tests passed.

The tag used for Docker Hub is latest for pushes to the master branch, or otherwise the Git tag or branch name with / replaced with -.

Upstream branches and tags do not get pushed to Docker Hub.

Clone this wiki locally