Update docker ci build
This commit is contained in:
parent
036eb53972
commit
e9c6c95299
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue