mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue