mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
fixed workflow not failing on failed build
This commit is contained in:
@@ -137,7 +137,7 @@ jobs:
|
||||
docker build -t "$IMAGE_TAG" -f "$SENSOR_DIR/Dockerfile" .
|
||||
|
||||
echo "🐳 Pushing Docker Image: $IMAGE_TAG"
|
||||
docker push "$IMAGE_TAG" || echo "⚠️ Warning: Push failed! Ensure your CI runner is authenticated to the registry."
|
||||
docker push "$IMAGE_TAG"
|
||||
|
||||
# -------------------------------------------------
|
||||
# 5. COPY SCRIPT & SWITCH TO REGISTRY-PAGES BRANCH
|
||||
|
||||
Reference in New Issue
Block a user