[DRONE] Added buildargs
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon Cornet 2022-10-07 12:17:16 +02:00
parent 7755764db1
commit 1b884f3378

View File

@ -10,6 +10,7 @@ steps:
name: 'publish'
pull: 'always'
privileged: true
settings:
# registery and repos
@ -17,6 +18,8 @@ steps:
cache_from: 'rakepanorama/ansible-deployment'
repo: 'rakepanorama/ansible-deployment'
build_args: '--network host'
# build stuff
dockerfile: 'Dockerfile.linux.amd64'
daemon_off: 'false'