From 609838eb63ac80f6dca7d9a4ace37f7def179577 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 08:10:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12612ba..8df539a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - CI_REGISTRY_IMAGE: thallian/alpine-s6 + CONTAINER_NAME: thallian/alpine-s6 build: stage: build @@ -13,10 +13,10 @@ build: /kaniko/executor --context "$CI_PROJECT_DIR" --dockerfile "$CI_PROJECT_DIR/Dockerfile" - --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA" - --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME" - --destination "$CI_REGISTRY_IMAGE:latest" + --destination "$CONTAINER_NAME:$CI_COMMIT_SHA" + --destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME" + --destination "$CONTAINER_NAME:latest" downstream: stage: .post - trigger: containers/confd-env \ No newline at end of file + trigger: containers/confd-env