Skip to content

Commit 02d4b59

Browse files
committed
fix(ui): remove tag prefix from UI Docker image
1 parent 0fa7a36 commit 02d4b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/ce/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ui_build_ce_image_release:
4343
REGISTRY: "${DH_CI_REGISTRY}"
4444
DOCKER_NAME: "postgresai/ce-ui"
4545
before_script:
46-
- export UI_VERSION=$(echo ${CI_COMMIT_TAG#"ui/"})
46+
- export UI_VERSION=$(echo ${CI_COMMIT_TAG#"v"})
4747
- export TAGS="${DOCKER_NAME}:${UI_VERSION},${DOCKER_NAME}:latest"
4848

4949
ui_build_ce_image_master:

0 commit comments

Comments
 (0)