From ad5dc59e1723b0b87122662a4a6fa54ccaddab87 Mon Sep 17 00:00:00 2001 From: Daniel_I_Am Date: Sat, 15 Aug 2020 20:36:36 -0400 Subject: [PATCH] Log in to the registry --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87ea11e..2a458cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,8 @@ docker: dependencies: - release script: + # Log in to the registry + - 'docker login -u=$REGISTRY_USER -p=$REGISTRY_PASS registry.chaoticlogic.us' # Build the image - 'docker -H unix:///var/run/docker.sock image build -t chaosbot:$CI_COMMIT_SHA ./' # Tag the image with a registry tag