You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
357 B
18 lines
357 B
---
|
|
kind: pipeline
|
|
type: kubernetes
|
|
name: default
|
|
steps:
|
|
- name: kaniko
|
|
image: harbor.xirion.net/finitum/drone-kaniko:0.8.2
|
|
when:
|
|
branch: [master]
|
|
settings:
|
|
cache: true
|
|
username:
|
|
from_secret: REGISTRY_USER
|
|
password:
|
|
from_secret: REGISTRY_PASSWORD
|
|
registry: harbor.xirion.net
|
|
repo: library/xkcd-bot
|
|
tags: latest
|
|
|