You've already forked RekomenciBackend
fix
This commit is contained in:
+20
-20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user