ci: fixes
This commit is contained in:
+9
-9
@@ -184,13 +184,13 @@ cache:
|
|||||||
when: manual
|
when: manual
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
build-server:
|
build-auth:
|
||||||
<<: *build-config
|
<<: *build-config
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $BASE_IMAGE_NAME/server
|
IMAGE_NAME: $BASE_IMAGE_NAME/auth
|
||||||
CONTAINERFILE: Containerfile
|
CONTAINERFILE: Containerfile
|
||||||
BUILDTARGET: runtime
|
BUILDTARGET: runtime
|
||||||
SERVICE_NAME: server
|
SERVICE_NAME: auth
|
||||||
|
|
||||||
build-migrate:
|
build-migrate:
|
||||||
<<: *build-config
|
<<: *build-config
|
||||||
@@ -280,18 +280,18 @@ golangci-lint:
|
|||||||
sast-filesystem:
|
sast-filesystem:
|
||||||
<<: *trivy-fs-scan
|
<<: *trivy-fs-scan
|
||||||
|
|
||||||
sast-image-server:
|
sast-image-auth:
|
||||||
<<: *trivy-image-scan
|
<<: *trivy-image-scan
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $BASE_IMAGE_NAME/server
|
IMAGE_NAME: $BASE_IMAGE_NAME/auth
|
||||||
IMAGE_TYPE: runtime
|
IMAGE_TYPE: auth
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-server
|
- build-auth
|
||||||
|
|
||||||
tag-server:
|
tag-auth:
|
||||||
<<: *tag-config
|
<<: *tag-config
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $BASE_IMAGE_NAME/server
|
IMAGE_NAME: $BASE_IMAGE_NAME/auth
|
||||||
|
|
||||||
# webhook-backend-deploy:
|
# webhook-backend-deploy:
|
||||||
# <<: *webhook-config
|
# <<: *webhook-config
|
||||||
|
|||||||
Reference in New Issue
Block a user