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