Skip to content

Commit e0dacf9

Browse files
committed
fix: gitlab CI yaml
1 parent 43a54e7 commit e0dacf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ build-image-swagger-latest:
197197
DOCKER_NAME: "registry.gitlab.com/postgres-ai/database-lab/dblab-swagger-ui"
198198
before_script:
199199
- export LATEST_TAG=$(echo ${CI_COMMIT_TAG%.*}-latest)
200-
- export TAGS="${DOCKER_NAME}:${LATEST_TAG}
200+
- export TAGS="${DOCKER_NAME}:${LATEST_TAG}"

0 commit comments

Comments
 (0)