Ask Bjørn Hansen
adfd8184f8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
26 lines
462 B
YAML
26 lines
462 B
YAML
kind: pipeline
|
|
type: kubernetes
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 100MiB
|
|
|
|
- name: docker
|
|
#image: plugins/docker
|
|
image: banzaicloud/drone-kaniko
|
|
settings:
|
|
repo: harbor.ntppool.org/drone-test/drone-test
|
|
tags: latest,${DRONE_COMMIT_SHA}
|
|
#auto_tag: true
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|