From e9c6c95299961b46c3161350582f78a00430a931 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 13 Jul 2023 10:58:16 +0200 Subject: [PATCH] Update docker ci build --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aa37a..be7f4fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "domaindrivenarchitecture/devops-build:4.0.8" +image: "domaindrivenarchitecture/devops-build:latest" before_script: - python --version @@ -9,9 +9,6 @@ before_script: - export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER - export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD -variables: - DOCKER_HOST: tcp://localhost:2375/ - stages: - lint&test - upload