Skip to content
Snippets Groups Projects
Commit d8a6bb81 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Update .gitlab-ci.yml

parent 2ff495f3
No related branches found
No related tags found
No related merge requests found
Pipeline #1358 failed
......@@ -13,7 +13,7 @@ build:
stage: build
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:master
- docker pull $CI_REGISTRY_IMAGE:master || true
- docker build --cache-from $CI_REGISTRY_IMAGE:master -t $IMAGE_TAG .
- docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment