Skip to content

Commit

Permalink
Merge pull request #122 from DSD-DBS/fix-backups-pipeline
Browse files Browse the repository at this point in the history
Set capella version for backups and exporter
  • Loading branch information
dominik003 authored Feb 24, 2023
2 parents 709b7c5 + a10b59d commit bb98cd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-templates/gitlab/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit bb98cd2

Please sign in to comment.