Skip to content

docker-image: add option to push image built in CI

Kevin Daudt requested to merge ci-optionally-push-image into master

When PUBLISH_CI_IMAGE is defined, the build command will push the image to the registry to a separate ci repository.

Merge request reports