Resolve "cleanup Rakefile and .gitlab-ci.yml"
Closes #566 (closed)
The code has been moved from .gitlab-ci.yml to Rakefile and formed new task: build_and_push_demo_images.
Now there are 2 symetric and similar tasks: docker_up
and build_and_push_demo_images
.
They both use common build_all_in_container
task.
Edited by Michal Nowikowski