<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-22 21:55:13 +03:00
parent 866386859f
commit b0f65dd828
+15 -15
View File
@@ -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: