Added login command

This commit is contained in:
Joe Bellus 2022-02-17 00:01:01 -05:00
parent c19fb5b351
commit 5a8689d81e
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ deploy-prod-docker:
stage: deploy
image: docker:latest
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD_PASS $CI_REGISTRY
- docker build -t fivesigma/vade .
- docker push fivesigma/vade
# rules: