Files
wg-ui/.buildkite/pipeline.yaml
T
2019-06-06 19:54:33 +02:00

20 lines
617 B
YAML

steps:
- name: Build container image
agents:
queue: default
os: linux
plugins:
- EmbarkStudios/k8s#1.1.0:
image: gcr.io/kaniko-project/executor:latest
command:
- --destination=embarkstudios/wireguard-ui
- --context=/build
- --reproducible
- --cache=true
- --cache-repo=kaniko-cache.buildkite.svc.cluster.local/kaniko/cache
- --cache-dir=/cache
mount-secret:
- docker-hub-credentials:/kaniko/.docker
mount-hostpath:
- /mnt/disks/ssd0/cache/kaniko:/cache