Skip to content
Snippets Groups Projects
Commit ca2a5954 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Update .gitlab-ci.yml

parent 0477d1f8
No related branches found
No related tags found
2 merge requests!3Update .gitlab-ci.yml,!2Merge CI/CD settings and get current progress on docker-compose
Pipeline #71859 passed
......@@ -89,7 +89,7 @@ transfer_image:
- docker:19.03.12-dind
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:latest
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE:$COMMIT_SHORT_SHA
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --no-cache=true --pull -f ./apiserver/Dockerfile -t $IMAGE_TAG .
......@@ -105,7 +105,7 @@ tag_release:
- docker:19.03.12-dind
variables:
IMAGE_STABLE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE:$COMMIT_SHORT_SHA
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
only:
- tags
tags: [stable]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment