This commit is contained in:
Patrick Jentsch 2019-11-04 15:18:52 +01:00
parent 4af9d9c899
commit d5a2d38c17

View File

@ -16,7 +16,7 @@ before_script:
Build: Build:
script: script:
- docker build --pull -t $CI_REGISTRY_IMAGE:tmp . - docker build --pull -t $CI_REGISTRY_IMAGE:tmp .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:tmp
stage: build stage: build
tags: tags:
- docker - docker