mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-08 14:01:31 +01:00
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:
commit
aa5506981d
@ -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"
|
||||
|
@ -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 #
|
||||
|
Loading…
Reference in New Issue
Block a user