Replace docker commands with proper building
This commit is contained in:
parent
0c1919d953
commit
80fc781cf1
@ -93,7 +93,9 @@ docker:
|
||||
dependencies:
|
||||
- release
|
||||
script:
|
||||
- 'docker -H unix:///var/run/docker.sock info'
|
||||
- 'docker -H unix:///var/run/docker.sock image build ./Dockerfile'
|
||||
- 'docker -H unix:///var/run/docker.sock image push registry.chaoticlogic.us/chaosbot:$CI_COMMIT_SHA'
|
||||
- 'docker -H unix:///var/run/docker.sock image push registry.chaoticlogic.us/chaosbot:latest'
|
||||
|
||||
|
||||
deploy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user