feat: update gitlab-ci
This commit is contained in:
parent
d1eb3359b5
commit
0abbd98af2
|
|
@ -1,6 +1,5 @@
|
|||
stages:
|
||||
- build-app
|
||||
- build-image
|
||||
- build
|
||||
- deploy
|
||||
|
||||
build-app:
|
||||
|
|
@ -13,7 +12,7 @@ build-app:
|
|||
- main
|
||||
|
||||
build-image:
|
||||
stage: deploy
|
||||
stage: build
|
||||
image: docker:stable
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
|
|||
Loading…
Reference in New Issue