You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Build docker image for every commit
In order to make sure that we don't introduce any issue on PRs.
* Publish docker images automatically
From now on, every merge will update the `nightly` docker tag and tagged
jobs will create a docker tag with the same name of the git tag and also
update the `latest` docker tag.
* Build the image from source instead
To allow us to replay the build of a revision as many times as we want
and prevent possible version inconsistencies.
* Expose default port by default
Which allows the command "serve" to be used via docker too.
* Validate docker image on CI
0 commit comments