[DRONE] Rewrite build and publish CI
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d28176ba87
commit
893cf63142
@ -10,7 +10,7 @@ steps:
|
||||
name: 'publish'
|
||||
pull: 'always'
|
||||
privileged: true
|
||||
command: [ '-H', 'unix:///drone/docker.sock' ]
|
||||
command: [ '-H', 'unix:///var/run/docker.sock' ]
|
||||
|
||||
environment:
|
||||
DOCKER_USERNAME:
|
||||
@ -21,6 +21,6 @@ steps:
|
||||
commands:
|
||||
- 'sleep 10'
|
||||
- 'docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD docker.io'
|
||||
- 'export DOCKER_HOST=unix:///drone/docker.sock'
|
||||
- 'export DOCKER_HOST=unix:///var/run/docker.sock'
|
||||
- 'docker build --network host -t rakepanorama/ansible-deployment-container:v0.9 -t rakepanorama/ansible-deployment-container:latest -f Dockerfile.linux.amd64 .'
|
||||
- 'docker push -a rakepanorama/ansible-deployment-container'
|
||||
|
Loading…
Reference in New Issue
Block a user