Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

using host network
This commit is contained in:
2025-10-10 10:01:17 +00:00
parent 1a2c725f6b
commit 8760d61b22

View File

@@ -40,7 +40,7 @@ steps:
- |
IMAGE_TAG=${DRONE_TAG:-latest}
echo "🔨 Building Docker image apps/homepage:$IMAGE_TAG ..."
docker build -t apps/homepage:$IMAGE_TAG .
docker build --network=host -t apps/homepage:$IMAGE_TAG .
# Step 3: Stop old container (if exists)
- name: stop-old