mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-07 14:03:33 +02:00
Set image format to docker so it works with docker pull
This commit is contained in:
@@ -4,7 +4,7 @@ steps:
|
||||
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 bud --format=docker --layers -t embarkstudios/wireguard-ui:latest -f Dockerfile .
|
||||
- buildah bud --format=docker --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
|
||||
|
||||
Reference in New Issue
Block a user