mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-19 05:13:30 +02:00
Merge pull request #23 from EmbarkStudios/temp-fix-build
Separated master & !master
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
steps:
|
||||
- name: Build container image
|
||||
branches: "!master"
|
||||
agents:
|
||||
queue: default
|
||||
os: linux
|
||||
commands:
|
||||
- ./build.sh
|
||||
- wait
|
||||
- name: Push container image
|
||||
- name: Build & push container image
|
||||
branches: "master"
|
||||
agents:
|
||||
queue: default
|
||||
os: linux
|
||||
commands:
|
||||
- ./build.sh
|
||||
- buildah push --format=v2s2 --authfile /root/.dockerhub/config.json embarkstudios/wireguard-ui:latest
|
||||
- tar czf wireguard-ui-linux-amd64-latest.tar.gz ./wireguard-ui
|
||||
- buildkite-agent artifact upload wireguard-ui-linux-amd64-latest.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user