added context for docker build
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-10 18:22:41 +05:30
parent 672236fb83
commit df1a556d94

View File

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