mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
ci: fix
This commit is contained in:
+6
-3
@@ -7,11 +7,14 @@ variables:
|
||||
FRONTEND_IMAGE: $CI_REGISTRY_IMAGE/frontend
|
||||
BACKEND_IMAGE: $CI_REGISTRY_IMAGE/backend
|
||||
|
||||
image: docker:27.5.1
|
||||
|
||||
services:
|
||||
- docker:27.5.1-dind
|
||||
|
||||
build_images:
|
||||
image: alpine:latest
|
||||
stage: build
|
||||
image: docker:27.5.1
|
||||
services:
|
||||
- docker:27.5.1-dind
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user