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