Update docker ci build

This commit is contained in:
bom 2023-07-13 10:58:16 +02:00
parent 036eb53972
commit e9c6c95299

View file

@ -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