[DRONE] Rewrite build and publish CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2022-10-07 12:57:17 +02:00
parent 7031dddf9a
commit a2e77fc47f

View File

@ -11,10 +11,6 @@ steps:
pull: 'always'
privileged: true
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_USERNAME:
from_secret: 'docker_username'
@ -24,5 +20,6 @@ steps:
commands:
- 'sleep 10'
- 'docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD docker.io'
- 'export DOCKER_HOST="tcp://localhost:2375"'
- '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'