Ask Bjørn Hansen
f2aa111012
Some checks reported errors
continuous-integration/drone/push Build encountered an error
25 lines
398 B
YAML
25 lines
398 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
|
|
settings:
|
|
repo: harbor.ntppool.org/ask/dron-test
|
|
tags: latest
|
|
auto_tag: true
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|