From a7d0f4919079af0e5ca6ba50be2f9019e09038ca Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 15 Oct 2020 00:35:09 +0300 Subject: [PATCH] Use Docker:18 for CI/CD --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6956703..b3b105c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,10 +58,10 @@ lint:md: publish: stage: publish - image: docker:stable + image: docker:18 needs: ["test", "lint:py", "lint:js", "lint:md"] services: - - docker:stable-dind + - docker:18-dind only: - develop - master @@ -73,7 +73,7 @@ publish: deploy:dev: stage: deploy - image: docker:stable + image: docker:18 only: - develop environment: @@ -95,7 +95,7 @@ deploy:dev: deploy:production: stage: deploy - image: docker:stable + image: docker:18 only: - master environment: