File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 55 changes :
66 - ui/**/*
77
8+ .only_ui_master : &only_ui_master
9+ rules :
10+ - if : ' $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
11+ changes :
12+ - ui/**/*
13+
814.only_ui_tag_release : &only_ui_tag_release
915 rules :
1016 - if : $CI_COMMIT_TAG =~ /^ui\/[0-9.]+$/
@@ -32,6 +38,16 @@ ui_build_ce_image_release:
3238 - export UI_VERSION=$(echo ${CI_COMMIT_TAG#"ui/"})
3339 - export TAGS="${DOCKER_NAME}:${UI_VERSION},${DOCKER_NAME}:latest"
3440
41+ ui_build_ce_image_master :
42+ << : *build_definition
43+ << : *only_ui_master
44+ variables :
45+ REGISTRY_USER : " ${CI_REGISTRY_USER}"
46+ REGISTRY_PASSWORD : " ${CI_REGISTRY_PASSWORD}"
47+ REGISTRY : " ${CI_REGISTRY}"
48+ DOCKER_NAME : " registry.gitlab.com/postgres-ai/database-lab/ce-ui"
49+ TAGS : " ${DOCKER_NAME}:master,${DOCKER_NAME}:master-${CI_COMMIT_SHORT_SHA}"
50+
3551ui_build_ce_image_dev :
3652 << : *build_definition
3753 << : *only_ui_feature
You can’t perform that action at this time.
0 commit comments