added context for docker build
This commit is contained in:
@@ -55,7 +55,7 @@ steps:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "🔨 Building Docker image apps/homepage:$IMAGE_TAG ..."
|
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)
|
# Step 3: Stop old container (if exists)
|
||||||
- name: stop-old
|
- name: stop-old
|
||||||
|
|||||||
Reference in New Issue
Block a user