mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-13 17:43:34 +02:00
20 lines
617 B
YAML
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
|