fix builds part 2?

merge-requests/1/head
Julius de Jeu 2019-05-22 16:12:57 +02:00
parent 708396dfa5
commit 0fdc528e1b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build_and_push:
only:
- master
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.voidcorp.nl
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG