mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Merge branch 'bugfix/KASM-6626_base_tag_pipeline_develop' into 'develop'
KASM-6626 Template BASE_TAG in ci template to account for variable See merge request kasm-technologies/internal/workspaces-images!208
This commit is contained in:
commit
28e9257d7d
@ -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