test custom drone-kaniko plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4f29c7a212
commit
8090ba597b
@ -17,14 +17,14 @@ steps:
|
|||||||
memory: 200MiB
|
memory: 200MiB
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
#image: plugins/docker
|
image: askbjoernhansen/drone-kaniko
|
||||||
image: banzaicloud/drone-kaniko
|
#image: banzaicloud/drone-kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: drone-builds/drone-test
|
repo: drone-builds/drone-test
|
||||||
registry: harbor.ntppool.org
|
registry: harbor.ntppool.org
|
||||||
tags: latest,${DRONE_COMMIT_SHA}
|
auto_tag: true
|
||||||
|
tags: latest,${DRONE_BRANCH},SHA7
|
||||||
cache: true
|
cache: true
|
||||||
#auto_tag: true
|
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user