Files
hello-gin/.drone.yml
Lauri Võsandi 7dd865de3a Initial commit
2023-02-23 09:38:32 +02:00

15 lines
300 B
YAML

kind: pipeline
type: kubernetes
name: build
steps:
- name: docker
image: harbor.k-space.ee/k-space/drone-kaniko
settings:
repo: ${DRONE_REPO}
tags: latest
registry: harbor.codemowers.eu
username:
from_secret: docker_username
password:
from_secret: docker_password