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 CONTAINERFILE: Containerfile
BUILDTARGET: migrations BUILDTARGET: migrations
build-ml: # build-ml:
<<: *build-config # <<: *build-config
variables: # when: manual
IMAGE_NAME: $BASE_IMAGE_NAME/ml # variables:
CONTAINERFILE: Containerfile # IMAGE_NAME: $BASE_IMAGE_NAME/ml
BUILDTARGET: ml # CONTAINERFILE: Containerfile
when: manual # BUILDTARGET: ml
lint: lint:
<<: *uv-job <<: *uv-job
@@ -332,14 +332,14 @@ sast-image-migrations:
dependencies: dependencies:
- build-migrations - build-migrations
sast-image-ml: # sast-image-ml:
<<: *trivy-image-scan # <<: *trivy-image-scan
variables: # when: manual
IMAGE_NAME: $BASE_IMAGE_NAME/ml # variables:
IMAGE_TYPE: ml # IMAGE_NAME: $BASE_IMAGE_NAME/ml
dependencies: # IMAGE_TYPE: ml
- build-ml # dependencies:
when: manual # - build-ml
tag-runtime: tag-runtime:
<<: *tag-config <<: *tag-config
@@ -356,11 +356,11 @@ tag-migrations:
variables: variables:
IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations
tag-ml: # tag-ml:
<<: *tag-config # <<: *tag-config
variables: # when: manual
IMAGE_NAME: $BASE_IMAGE_NAME/ml # variables:
when: manual # IMAGE_NAME: $BASE_IMAGE_NAME/ml
webhook-migrations-deploy: webhook-migrations-deploy:
<<: *webhook-config <<: *webhook-config