mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-07 22:13:32 +02:00
11 lines
460 B
YAML
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
|