[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:53:51 +02:00
parent b9c4c73ea2
commit 48ca4e9755

View File

@ -10,6 +10,11 @@ steps:
name: 'publish'
pull: 'always'
privileged: true
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_USERNAME:
from_secret: 'docker_username'