Skip to content

Draft: gitlab-ci: build docker image as part of CI run

Karel Koci requested to merge hotfix/gitlab-ci-selfbuild into master

This implements build of docker image as part of every CI run. The build should be most of the time fast as we always pull the latest version and thus reuse that if there is no update required.

Merge request reports