We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5a1db commit d9cb081Copy full SHA for d9cb081
.gitlab-ci.yml
@@ -209,7 +209,7 @@ build-image-latest-server-dev:
209
DOCKER_FILE: "Dockerfile.dblab-server"
210
DOCKER_NAME: "registry.gitlab.com/postgres-ai/database-lab/dblab-server"
211
before_script:
212
- - export TAGS="${DOCKER_NAME}:${LATEST_TAG},${DOCKER_NAME}:${CI_COMMIT_TAG}"
+ - export TAGS="${DOCKER_NAME}:${CI_COMMIT_TAG}"
213
214
build-image-latest-ci-checker:
215
<<: *build_image_definition
0 commit comments