fix: Use manual docker login

This commit is contained in:
Robert Prehn 2020-12-19 14:16:08 -06:00
parent f815fd1922
commit da6b6e8b30

View file

@ -36,5 +36,5 @@ deploy:
image: "circleci/node:14.5" image: "circleci/node:14.5"
script: script:
- npm install - npm install
- docker login -u $CI_JOB_USER -p $CI_JOB_TOKEN $CI_REGISTRY - docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
- npx semantic-release - npx semantic-release