Prevent remove of intermediate container

main
Georg Krause 2019-05-28 16:04:59 +02:00
parent ebba3a2ca0
commit 17a4a32939
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ services:
build:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/soundship/loopp-docker-build-env:stable .
- docker build -t $CI_REGISTRY/soundship/loopp-docker-build-env:stable . --rm=false
- docker push $CI_REGISTRY/soundship/loopp-docker-build-env:stable
tags:
- docker-in-docker