fixed workflow not failing on failed build

This commit is contained in:
AndReicscs
2026-06-16 09:15:32 +00:00
parent f0b8728585
commit 46b8366b74
+1 -1
View File
@@ -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