try building with kaniko (rather than making the container be privileged)
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
f2aa111012
commit
43beb488a9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user