Use host network
Some checks failed
Publish Builder Images / build-base (push) Successful in 31s
Publish Builder Images / build-windows (push) Failing after 3m29s

This commit is contained in:
2025-12-02 10:30:07 +01:00
parent 59480d83a6
commit 3b60d38e42
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ echo "⚠️ Cache Miss. Building new base image..."
buildah build \
--tls-verify=false \
--storage-driver=vfs \
--network=host \
-f Dockerfile.base \
-t "$FULL_TAG" \
-t "$LATEST_TAG" \

View File

@ -32,6 +32,7 @@ echo "---------------------------------------"
buildah build \
--tls-verify=false \
--storage-driver=vfs \
--network=host \
--build-arg img_version=custom \
-f Dockerfile.windows \
-t "$WIN_TAG" \