Merge branch 'bugfix/KASM-6626_base_tag_pipeline_2' into 'release/1.16.0'

Resolve KASM-6626 "Bugfix/ base tag pipeline"

See merge request kasm-technologies/internal/workspaces-images!207
This commit is contained in:
Richard Koliser 2024-10-31 13:20:27 +00:00
commit aa5506981d
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stages:
- template - template
- run - run
variables: variables:
BASE_TAG: "1.16.0-rolling" BASE_TAG: "1.16.0-rolling-daily"
USE_PRIVATE_IMAGES: 0 USE_PRIVATE_IMAGES: 0
KASM_RELEASE: "1.14.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" 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"

View File

@ -20,6 +20,7 @@ variables:
before_script: before_script:
- docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD - 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 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 # # Build Containers and push to cache endpoint #