Update .gitlab-ci.yml
This commit is contained in:
parent
2c858ee87e
commit
4e9e476a9f
|
|
@ -22,8 +22,8 @@ push:
|
|||
- docker:dind
|
||||
script:
|
||||
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
|
||||
- docker build --pull -t registry.gitlab.com/didvan/didvan-panel-server/api:latest .
|
||||
- docker push registry.gitlab.com/didvan/didvan-panel-server/api:latest
|
||||
- docker build --pull -t registry.gitlab.com/didvan/didvan-app/api:latest .
|
||||
- docker push registry.gitlab.com/didvan/didvan-app/api:latest
|
||||
only:
|
||||
- test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue