fix: Use manual docker login
This commit is contained in:
parent
f815fd1922
commit
da6b6e8b30
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ deploy:
|
|||
image: "circleci/node:14.5"
|
||||
script:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue