registry is a separate setting, not part of the repo
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
adfd8184f8
commit
ffcf6f372d
@ -6,17 +6,22 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
- go test -v
|
||||||
- go build
|
- go build
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 100MiB
|
memory: 100MiB
|
||||||
|
requests:
|
||||||
|
cpu: 1
|
||||||
|
memory: 50MiB
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
#image: plugins/docker
|
#image: plugins/docker
|
||||||
image: banzaicloud/drone-kaniko
|
image: banzaicloud/drone-kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: harbor.ntppool.org/drone-test/drone-test
|
repo: drone-test/drone-test
|
||||||
|
registry: harbor.ntppool.org
|
||||||
tags: latest,${DRONE_COMMIT_SHA}
|
tags: latest,${DRONE_COMMIT_SHA}
|
||||||
#auto_tag: true
|
#auto_tag: true
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user