From a10b59dbc9b94e850cf2c44c407ce583a7c2df3a Mon Sep 17 00:00:00 2001 From: Dominik Lammers Date: Fri, 24 Feb 2023 11:20:39 +0100 Subject: [PATCH] fix: Set capella version for backups and exporter --- ci-templates/gitlab/image-builder.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-templates/gitlab/image-builder.yml b/ci-templates/gitlab/image-builder.yml index 995f20c9..2d6592c3 100644 --- a/ci-templates/gitlab/image-builder.yml +++ b/ci-templates/gitlab/image-builder.yml @@ -217,6 +217,7 @@ t4c/client/backup: docker build $DOCKER_BUILD_ARGS \ -t $DOCKER_REGISTRY/t4c/client/backup:$DOCKER_TAG \ --build-arg BASE_IMAGE=$BASE_IMAGE \ + --build-arg CAPELLA_VERSION=$CAPELLA_VERSION \ backups - *push @@ -240,6 +241,7 @@ t4c/client/exporter: docker build $DOCKER_BUILD_ARGS \ -t $DOCKER_REGISTRY/t4c/client/exporter:$DOCKER_TAG \ --build-arg BASE_IMAGE=$BASE_IMAGE \ + --build-arg CAPELLA_VERSION=$CAPELLA_VERSION \ exporter - *push