This commit is contained in:
Stefan Schueller 2020-07-12 15:33:00 +02:00
parent 1428507234
commit d0af77f923
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ stages:
- docker build --cache-from $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG -t $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
tags:
- docker
- shell
updateContainer:
extends: .updateContainerJob