Log in to the registry
This commit is contained in:
parent
7fe8e5ba16
commit
ad5dc59e17
@ -93,6 +93,8 @@ docker:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- release
|
- release
|
||||||
script:
|
script:
|
||||||
|
# Log in to the registry
|
||||||
|
- 'docker login -u=$REGISTRY_USER -p=$REGISTRY_PASS registry.chaoticlogic.us'
|
||||||
# Build the image
|
# Build the image
|
||||||
- 'docker -H unix:///var/run/docker.sock image build -t chaosbot:$CI_COMMIT_SHA ./'
|
- 'docker -H unix:///var/run/docker.sock image build -t chaosbot:$CI_COMMIT_SHA ./'
|
||||||
# Tag the image with a registry tag
|
# Tag the image with a registry tag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user