ci: fixes
This commit is contained in:
+9
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user