ci: fixes

This commit is contained in:
ITQ
2025-12-15 22:34:47 +03:00
parent fef8414e9c
commit fc8ddbea8a
+9 -9
View File
@@ -184,13 +184,13 @@ cache:
when: manual
allow_failure: true
build-server:
build-auth:
<<: *build-config
variables:
IMAGE_NAME: $BASE_IMAGE_NAME/server
IMAGE_NAME: $BASE_IMAGE_NAME/auth
CONTAINERFILE: Containerfile
BUILDTARGET: runtime
SERVICE_NAME: server
SERVICE_NAME: auth
build-migrate:
<<: *build-config
@@ -280,18 +280,18 @@ golangci-lint:
sast-filesystem:
<<: *trivy-fs-scan
sast-image-server:
sast-image-auth:
<<: *trivy-image-scan
variables:
IMAGE_NAME: $BASE_IMAGE_NAME/server
IMAGE_TYPE: runtime
IMAGE_NAME: $BASE_IMAGE_NAME/auth
IMAGE_TYPE: auth
dependencies:
- build-server
- build-auth
tag-server:
tag-auth:
<<: *tag-config
variables:
IMAGE_NAME: $BASE_IMAGE_NAME/server
IMAGE_NAME: $BASE_IMAGE_NAME/auth
# webhook-backend-deploy:
# <<: *webhook-config