added context for docker build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user