Changes in CI Pipeline and tagging of images
Compare changes
- robinwilliam.hundt authored
Every branch shares the same dev-image and dev-image-base used for caching during the build image step. On master, only tag commits are built and the image has the tag number
+ 33
− 8
@@ -7,7 +7,9 @@ stages:
@@ -7,7 +7,9 @@ stages:
@@ -116,9 +118,34 @@ test_frontend_unit:
@@ -116,9 +118,34 @@ test_frontend_unit:
@@ -126,12 +153,10 @@ build_backend:
@@ -126,12 +153,10 @@ build_backend:
- docker build --cache-from $CONTAINER_IMAGE --cache-from "$CONTAINER_IMAGE-base" -t $CONTAINER_IMAGE .