Skip to content

fixing docker CI stage jump

Manuel Guth requested to merge mguth-ci-docker into master

Summary

This MR introduces the following changes

  • Fixes the order of the CI docker building jobs

This implementation should still allow the base image build to start immediately such that the CI is faster in general, not including dependencies from previous jobs (image size does not blow up which was fixed in #166 (closed)) while preserving the stage dependencies for the image builds which depend on the base images.

Relates to the following issues

Conformity

Edited by Alexander Froch

Merge request reports