From d8dd6ec3b56f1ed9d7ce86c46410a59c4d5c0c8e Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 19 Dec 2020 14:39:53 -0600 Subject: [PATCH] fix: Test official docker image for login --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96374302..06d4ba46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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