feat: update gitlab ci
This commit is contained in:
parent
19e019fbe9
commit
b8f80c43a9
|
|
@ -8,6 +8,7 @@ build-dev:
|
|||
only:
|
||||
- main
|
||||
- dev-restructure
|
||||
- dev-main
|
||||
image: docker:stable
|
||||
services:
|
||||
- name: docker:dind
|
||||
|
|
@ -24,6 +25,7 @@ auto-deploy:
|
|||
only:
|
||||
- main
|
||||
- dev-restructure
|
||||
- dev-main
|
||||
image: curlimages/curl:latest
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
|
|||
Loading…
Reference in New Issue