From b0f65dd8282dc7d4432bccf4b5be095335c5e782 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 21:55:13 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8320f4e..7b6b84b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ variables: UV_CACHE_DIR: .cache/uv BUILDAH_ISOLATION: oci STORAGE_DRIVER: vfs + DOCKER_HOST: "tcp://docker:2375" + DOCKER_TLS_CERTDIR: "" cache: key: "${CI_COMMIT_REF_SLUG}" @@ -230,13 +232,13 @@ build-migrations: CONTAINERFILE: Containerfile BUILDTARGET: migrations -# build-ml: -# <<: *build-config -# when: manual -# variables: -# IMAGE_NAME: $BASE_IMAGE_NAME/ml -# CONTAINERFILE: Containerfile -# BUILDTARGET: ml +build-ml: + <<: *build-config + when: manual + variables: + IMAGE_NAME: $BASE_IMAGE_NAME/ml + CONTAINERFILE: Containerfile + BUILDTARGET: ml lint: <<: *uv-job @@ -360,11 +362,10 @@ tag-migrations: variables: IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations -# tag-ml: -# <<: *tag-config -# variables: -# IMAGE_NAME: $BASE_IMAGE_NAME/ml -# when: manual +tag-ml: + <<: *tag-config + variables: + IMAGE_NAME: $BASE_IMAGE_NAME/ml webhook-migrations-deploy: <<: *webhook-config @@ -395,9 +396,8 @@ webhook-ml-deploy: variables: WEBHOOK_URL: $WEBHOOK_URL_ML resource_group: staging - # dependencies: - # - build-runtime - # - sast-image-runtime + dependencies: + - build-ml workflow: rules: