fix: Test official docker image for login

This commit is contained in:
Robert Prehn 2020-12-19 14:39:53 -06:00
parent 1890785db4
commit d8dd6ec3b5

View file

@ -33,9 +33,9 @@ test:
deploy:
stage: deploy
image: "circleci/node:14.5"
image: "docker:19.03.12"
script:
- npm install
# - npm install
- echo "Attempting login to https://${CI_REGISTRY}"
- docker login "https://${CI_REGISTRY}" -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
- npx semantic-release
# - npx semantic-release