fix workflow

This commit is contained in:
AndReicscs
2026-06-16 08:56:22 +00:00
parent 16c52ee1d1
commit 8ee36dc617
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
IMAGE_TAG="$IMAGE_REPO:v$VERSION"
echo "🐳 Building Docker Image: $IMAGE_TAG in $SENSOR_DIR..."
docker build -t "$IMAGE_TAG" "$SENSOR_DIR"
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."