From 6eaafeebed683fe9a102563597889abd5c9854dd Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Thu, 4 Feb 2021 20:11:21 +0100 Subject: [PATCH] update circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bcd0a8f..2e6c22e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: # start proprietary DB using private Docker image # with credentials stored in the UI - run: | - docker login -u $DOCKER_LOGIN -p $DOCKER_PASS + docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD # build the application image - run: docker build -t $DOCKER_LOGIN/twhelp-version-website:latest .