Files
wg-ui/.buildkite/pipeline.yaml
T
2019-10-02 11:00:22 +02:00

11 lines
460 B
YAML

steps:
- name: Build container image
agents:
queue: default
os: linux
commands:
- buildah bud --layers -t embarkstudios/wireguard-ui:latest -f Dockerfile .
- buildah bud --layers -t embarkstudios/wireguard-ui:debug -f Dockerfile.debug .
- buildah push --authfile /root/.dockerhub/config.json embarkstudios/wireguard-ui:latest
- buildah push --authfile /root/.dockerhub/config.json embarkstudios/wireguard-ui:debug