This commit is contained in:
ITQ
2025-11-22 18:40:31 +03:00
parent d2feee8eb4
commit d7cff23205
+20 -20
View File
@@ -223,13 +223,13 @@ build-migrations:
CONTAINERFILE: Containerfile
BUILDTARGET: migrations
build-ml:
<<: *build-config
variables:
IMAGE_NAME: $BASE_IMAGE_NAME/ml
CONTAINERFILE: Containerfile
BUILDTARGET: ml
when: manual
# build-ml:
# <<: *build-config
# when: manual
# variables:
# IMAGE_NAME: $BASE_IMAGE_NAME/ml
# CONTAINERFILE: Containerfile
# BUILDTARGET: ml
lint:
<<: *uv-job
@@ -332,14 +332,14 @@ sast-image-migrations:
dependencies:
- build-migrations
sast-image-ml:
<<: *trivy-image-scan
variables:
IMAGE_NAME: $BASE_IMAGE_NAME/ml
IMAGE_TYPE: ml
dependencies:
- build-ml
when: manual
# sast-image-ml:
# <<: *trivy-image-scan
# when: manual
# variables:
# IMAGE_NAME: $BASE_IMAGE_NAME/ml
# IMAGE_TYPE: ml
# dependencies:
# - build-ml
tag-runtime:
<<: *tag-config
@@ -356,11 +356,11 @@ 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
# when: manual
# variables:
# IMAGE_NAME: $BASE_IMAGE_NAME/ml
webhook-migrations-deploy:
<<: *webhook-config