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