fix builds part 2?
This commit is contained in:
parent
708396dfa5
commit
0fdc528e1b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue