Update .gitlab-ci.yml file
This commit is contained in:
parent
00d2eebf51
commit
a2febc858e
1 changed files with 3 additions and 0 deletions
|
@ -41,3 +41,6 @@ docker:
|
|||
- echo $DOCKERHUB_TOKEN | docker login --username $DOCKERHUB_USERNAME --password-stdin
|
||||
- docker build -t zyner/xyter:latest .
|
||||
- docker push zyner/xyter:latest
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build -t $CI_REGISTRY/group/project/image:latest .
|
||||
- docker push $CI_REGISTRY/group/project/image:latest
|
Loading…
Add table
Reference in a new issue