try building with kaniko (rather than making the container be privileged)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ask Bjørn Hansen 2020-05-24 22:54:48 -07:00
parent f2aa111012
commit 43beb488a9

View File

@ -13,11 +13,12 @@ steps:
memory: 100MiB
- name: docker
image: plugins/docker
#image: plugins/docker
image: banzaicloud/drone-kaniko
settings:
repo: harbor.ntppool.org/ask/dron-test
tags: latest
auto_tag: true
repo: harbor.ntppool.org/ask/drone-test
tags: latest,${DRONE_COMMIT_SHA}
#auto_tag: true
username:
from_secret: harbor_username
password: