use docker:25 based images and services
This commit is contained in:
+4
-4
@@ -84,11 +84,11 @@ lint:md:
|
||||
- npm run lint:md
|
||||
|
||||
publish:
|
||||
image: docker:stable
|
||||
image: docker:25-cli
|
||||
stage: publish
|
||||
needs: ["test", "lint:py", "lint:js", "lint:md"]
|
||||
services:
|
||||
- docker:stable-dind
|
||||
- docker:25-dind
|
||||
only:
|
||||
- develop
|
||||
- master
|
||||
@@ -99,7 +99,7 @@ publish:
|
||||
- docker push "$IMAGE_NAME"
|
||||
|
||||
deploy:dev:
|
||||
image: docker:stable
|
||||
image: docker:25-cli
|
||||
stage: deploy
|
||||
only:
|
||||
- develop
|
||||
@@ -122,7 +122,7 @@ deploy:dev:
|
||||
|
||||
deploy:production:
|
||||
stage: deploy
|
||||
image: docker:stable
|
||||
image: docker:25-cli
|
||||
only:
|
||||
- master
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user