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