Revert "Use Docker:18 for CI/CD"

This reverts commit a7d0f49190.
This commit is contained in:
Aarni Halinen
2020-10-15 00:54:36 +03:00
parent a7d0f49190
commit 66fcfab4da
+4 -4
View File
@@ -58,10 +58,10 @@ lint:md:
publish: publish:
stage: publish stage: publish
image: docker:18 image: docker:stable
needs: ["test", "lint:py", "lint:js", "lint:md"] needs: ["test", "lint:py", "lint:js", "lint:md"]
services: services:
- docker:18-dind - docker:stable-dind
only: only:
- develop - develop
- master - master
@@ -73,7 +73,7 @@ publish:
deploy:dev: deploy:dev:
stage: deploy stage: deploy
image: docker:18 image: docker:stable
only: only:
- develop - develop
environment: environment:
@@ -95,7 +95,7 @@ deploy:dev:
deploy:production: deploy:production:
stage: deploy stage: deploy
image: docker:18 image: docker:stable
only: only:
- master - master
environment: environment: