mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-6626 Template BASE_TAG in ci template to account for variabled
defined on scheduled pipelines
This commit is contained in:
parent
7600e4580c
commit
3cfde36258
@ -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