From 333d467e60b2b8fd9541c6861f81bf8566b0689d Mon Sep 17 00:00:00 2001 From: Justin Travis Date: Thu, 31 Oct 2024 13:20:26 +0000 Subject: [PATCH] Resolve KASM-6626 "Bugfix/ base tag pipeline" --- .gitlab-ci.yml | 2 +- ci-scripts/gitlab-ci.template | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cb7b41..93aa42d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - template - run variables: - BASE_TAG: "1.16.0-rolling" + BASE_TAG: "1.16.0-rolling-daily" USE_PRIVATE_IMAGES: 0 KASM_RELEASE: "1.14.0" TEST_INSTALLER: "https://kasmweb-build-artifacts.s3.amazonaws.com/kasm_backend/1e99090dadb026f1e37e34e53334da20061bc21c/kasm_workspaces_feature_tester-1.15-pre-release_1.15.0.1e9909.tar.gz" diff --git a/ci-scripts/gitlab-ci.template b/ci-scripts/gitlab-ci.template index a8db237..be0506e 100644 --- a/ci-scripts/gitlab-ci.template +++ b/ci-scripts/gitlab-ci.template @@ -20,6 +20,7 @@ variables: before_script: - docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD - export SANITIZED_BRANCH="$(echo $CI_COMMIT_REF_NAME | sed -r 's#^release/##' | sed 's/\//_/g')" + - export BASE_TAG="{{ BASE_TAG }}" ############################################### # Build Containers and push to cache endpoint #